initializeWithConfigBuilder

fun initializeWithConfigBuilder(appContext: Application, publisherId: String, appId: String, configBuilder: <Error class: unknown class>, initializationEvents: <Error class: unknown class>? = null)

This is to use Manual Configuration you must pass a ConfigBuilder to use this method. Ensure you follow Guide to manual configuration to set all the required values in the ConfigBuilder.

With manual configuration you take control of the AdUnit Configurations and the Targeting Configurations.

Remember that you still need Internet Connection for the CMP to work. and also we send data about the logs to our Db to better client support

Can use setDebug to test real adunits and real information setting to true the useRealServer bool in the function otherwise leave it to false and use the ConfigBuilder test ad unit constants to build your test data for testing the manual configuration

Parameters

appContext

Application this is needed to provide a way to check for lifecycle of the app

publisherId

String this will be used to send info about your use to our server

configBuilder